PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFFormXObject Class / PDFFormXObject Constructor / PDFFormXObject Constructor(double,double)
The width of the form XObject
The height of the form XObject
In This Topic
    PDFFormXObject Constructor(double,double)
    In This Topic
    Initializes a new PDFFormXObject object.
    Syntax
    public PDFFormXObject( 
       double width,
       double height
    )

    Parameters

    width
    The width of the form XObject
    height
    The height of the form XObject
    See Also